The .FULL_RESET_SESSION command does everything .RESET_SESSION does, plus the following:
Restart Bridge setting in the IDL-Java Bridge configuration file is set to True, as described in Initializing the IDL-Java Bridge (Connectivity Bridges), restart the IDL-Java bridge..FULL_RESET_SESSION is an executive command. Executive commands can only be used at the IDL command prompt, not in programs. It is intended for developers who are creating DLMs or bridges between other languages. It avoids having to restart IDL when you want to reload a DLM. For normal, everyday use of IDL, you should use .RESET_SESSION to clear out IDL's variables and compiled files.
.FULL_RESET_SESSION